Skip to content

商户订单号查单

通过商户订单号查单 官方文档 官方文档

js
wxpay
.
v3
.
eduPapay
.
transactions
.
outTradeNo
.
_out_trade_no_
.
get
({
out_trade_no
,
params
,
}) .
then
(
({
data
: {
sp_mchid
,
appid
,
sub_mchid
,
sub_appid
,
out_trade_no
,
transaction_id
,
attach
,
bank_type
,
success_time
,
trade_state
,
trade_state_description
,
payer
,
amount
,
device_information
,
promotion_detail
,
}, }) => ({
sp_mchid
,
appid
,
sub_mchid
,
sub_appid
,
out_trade_no
,
transaction_id
,
attach
,
bank_type
,
success_time
,
trade_state
,
trade_state_description
,
payer
,
amount
,
device_information
,
promotion_detail
,
}) )

Released under the MIT License. (SITEMAP)